/* @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin-ext'); */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap');

html{
    scroll-behavior: smooth;
}

body {
	font-family: 'Ubuntu', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-size: 14px;
	color: #131415;
	line-height: 1.5;
	overflow-x: hidden;
	position: relative;
	min-height: 100vh;
}
:focus {
	outline: 2px dashed #7d1e20 !important;
	/* 7d1e20 */
    outline-offset: -2px !important;
}
img {
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}
#header .container {
	max-width: 1250px;
}
#header #headerTop {
	padding: 30px 0;
}
#header #headerTop #logosLeft a {
	display: inline-block;
}

#header #headerTop #logosLeft a#godlo{
	padding: 0 6px 0 6px;
    max-width: 74px;
}

#header #headerTop #logosLeft a#logoWojewodztwo{
	padding: 0 6px 0 6px;
    max-width: 79px;
}

#header #headerTop #logosLeft #logoPowiat img {
    max-width: 300px;
    margin-right: 15px;
    max-height: 66px;
}

#header #headerTop #logosLeft #logoPodgik {
	margin-left: 10px;
}
#header #searchForm {
	position: relative;
	width: 340px;
	margin-right: 31px;
}
#header #searchForm input {
	padding: 10px 5px 10px 30px;
	border: 2px solid #e1e1e1;
	border-right-color: #ffffff;
	border-radius: 0;
	font-size: 14px;
	color: #383737;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: calc(100% - 45px);
	float: left;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#header #searchForm input:focus {
	border-color: #df6f57;
}
#header #searchForm .placeholderIMG {
	position: absolute;
	top: 12px;
	left: 10px;
	font-size: 14px;
	color: #e1e1e1;
	pointer-events: none;
}
#header #searchForm button {
	width: 45px;
	height: 45px;
	float: right;
	border: 0;
	background-color: #7d1e20;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
#header #searchForm button:hover {
	background-color: #df6f57;
}
#header #logosRight a {
	display: inline-block;
	margin: 0 25px 0 0;
	vertical-align: middle;
	padding: 10px;
}
#header #logosRight img {
	height: 35px;
}
#header #logosRight #logoBIP img {
	height: 25px;
}
#header #logosRight .social {
	width: 40px;
	height: 40px;
	background: #7d1e20;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	margin: 0 2px;
}
#header #logosRight .social svg {
	width: 22px;
	height: 22px;
	margin: 5px 0;
}
#header #logosRight .social.fb:hover {
	background: #3b5998;
}
#header #logosRight .social.yt:hover {
	background: #c4302b;
}
#header #logosRight .social.ig:hover {
	background: #884cb1;
}
/* MAIN MENU */
#navbarNav {
	overflow: auto;
	max-height: calc(100vh - 60px);
	background: #042f51;
	border-right: 1px solid #00223e;
	border-left: 1px solid #0c3d65;
}
.navbar-toggler {
	margin: 10px 10px 10px auto;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
#mainMenu {
	padding: 0;
}
#mainMenu.fixedTop {
	position: fixed;
	width: 100%;
	left: 0;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	top: 0;
	z-index: 9999;
	background: #042f51;
}
#mainMenu .navbar-nav {
	width: 100%;
}
#mainMenu .nav-item,
#mainMenu .submenu ul li {
	text-align: center;
	padding: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#mainMenu .nav-link,
#mainMenu .submenu ul li a {
	padding: 24px 0px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 600;
	width: 100%;
	position: relative;
	border-right: 1px solid #0c3d65;
	border-left: 1px solid #00223e;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#mainMenu .submenu ul li a {
	padding: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}
#mainMenu .submenu ul li a:hover {
	background-color: #4441ad;
}
#mainMenu .nav-item:hover .nav-link,
#mainMenu .nav-item.activeMenuItem .nav-link {
	color: #fff;
}
#mainMenu .nav-item .nav-link::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	content: "";
	background-color: #df6f57;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1;
	pointer-events: none;
}
#mainMenu .nav-item:hover .nav-link::before,
#mainMenu .nav-item.activeMenuItem .nav-link::before {
	height: 100%;
}
#mainMenu .nav-item span,
#mainMenu .submenu ul li a span {
	position: relative;
	z-index: 2;
    margin: 0 0 auto 12px;
}
#mainMenu .submenu {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background-color: #110e7a;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.15);
	box-shadow: 0 10px 20px rgba(0,0,0,.15);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
#mainMenu .nav-item:hover .submenu {
	opacity: 1;
	visibility: visible;
}
#mainMenu .submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}
#mainMenu .showSubmenu {
	display: none;
}

#mainMenu .nav-item img{
	max-height: 20px;
	z-index: 2;
}

/*MAIN*/
.hidden {
	display: none !important;
}
button,
button:focus {
	outline: 0;
}
.btn {
	color: #042f51;
	padding: 12px 28px;
	font-size: 14px;
	background: none;
	border-radius: 0px;
	font-weight: bold;
	border: 2px solid #e1e1e1;
}
.btn:hover,
.btn:focus {
	color: #131415;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	background-color: #FFF;
}
.my-40 {
	padding: 40px 0;
}
.mb-40 {
	padding: 0 0 40px;
}
.my-60 {
	padding: 60px 0;
}
h1, h2, h3 {
	color: #042f51;
	font-weight: 600;
}
h1 {
	font-size: 24px;
	margin: 0 0 30px;
}
p {
	margin-bottom: 30px;
}
p:last-child {
	margin-bottom: 0;
}
a, button {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a {
	text-decoration: none;
	color: #042f51;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #110e7a;
}
.uppercase {
	text-transform: uppercase;
}
.sectionHeader {
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 40px;
	position: relative;
	font-size: 26px;
	color: #042f51;
}
.sectionHeader a {
	color: #042f51;
}
.red .sectionHeader,
.red .sectionHeader a {
	color: #da251d;
}
.lightblue .sectionHeader,
.lightblue .sectionHeader a {
	color: #469ddd;
}
.violet .sectionHeader,
.violet .sectionHeader a {
	color: #110e7a;
}
.white .sectionHeader,
.white .sectionHeader a {
	color: #FFF;
}
.sectionHeader a:hover {
	color: #383737;
	text-decoration: none;
}
.sectionHeader span {
	background-color: #fff;
	z-index: 2;
	position: relative;
	padding: 0 20px 0 0;
	display: inline-block;
}
.white .sectionHeader span {
	background-color: #042f51;
}
.sectionHeader::after {
	position: absolute;
	content: "";
	top: calc(50% - 1px);
	height: 2px;
	width: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	background: #042f51;
}
.sectionHeader.onScreen::after {
	width: 100%;
}
.red .sectionHeader::after {
	background-color: #da251d;
}
.lightblue .sectionHeader::after {
	background-color: #469ddd;
}
.violet .sectionHeader::after {
	background-color: #110e7a;
}
.white .sectionHeader::after {
	background-color: #FFF;
}
.frontBox {
	border: 2px solid #e1e1e1;
	padding: 30px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #fff;
	display: block;
	height: 100%;
}

.event_site .frontBox{
	padding: 0;
}

.event_site .frontBox a{
	display: block;
	padding: 10px 20px;
	text-align: center;
}

.event_site .frontBox:hover a{
	background-color: #042f51;
	color: #fff;
}

#calendar .frontBox-btn:hover{
	background-color: #042f51;
	color: #fff;
}

#frontContact .frontBox p:not(:last-of-type) {
	margin-bottom: 5px;
}
.frontBox.imageBox {
	padding: 0;
}
.red .frontBox:hover {
	border-color: #da251d;
}
#aktualnosci .red .frontBox:hover {
    border-color: #f5f5f5;
}
.lightblue .frontBox:hover {
	border-color: #469ddd;
}
.violet .frontBox:hover {
	border-color: #110e7a;
}
.frontBox .frontBoxTitle {
	font-size: 18px;
	margin: 0 0 20px;
	font-weight: 700;
}
.frontBox .frontBoxTitle a {
	color: #110e7a;
	font-weight: 700;
	display: block;
}
.frontBox .frontBoxTitle a:hover,
.frontBox .frontBoxTitle a:focus {
	color: #da251d;
}
.frontBox .frontBox p {
	margin-bottom: 20px;
}
.dayName, .hours {
	display: block;
}
.hours {
	float: right;
}
.dayName {
	clear: left;
	float: left;
}
.imageBoxDesc {
	padding: 15px 15px 10px;
	text-align: center;
}
.imageBox img {
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.imageBoxDesc .btn {
	float: none;
}
.frontBox.imageBox .frontBoxTitle {
	margin-bottom: 10px;
}
.imgWrapper {
	display: block;
	position: relative;
	overflow: hidden;
}
.frontBox.imageBox:hover .imgWrapper img {
	-webkit-transform: scale(1.15) rotate(2deg);
	transform: scale(1.15) rotate(2deg);
}
.items3 div[class^="col"]:nth-of-type(3) .frontBox {
	margin-bottom: 30px;
}
#shortWay {
	/* margin-bottom: 0; */
}
/*footer*/
#footer {
	margin-top: 40px;
	background: #042f51;
	padding: 60px 0 0;
}
#footer.absFooter {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}
#footer .linesWrapper {
	position: relative;
	margin-top: 40px;
}
#footer .line {
	position: absolute;
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	background-color: #110e7a;
}
#footer .line.yellow,
#footer .line.lightblue {
	width: 25%;
}
#footer .line.yellow {
	background-color: #51d88b;
	left: 25%;
}
#footer .line.lightblue {
	background-color: #469ddd;
	left: 50%;
}
#footerTop {
	padding: 40px 0;
}
#footerTop a {
	color: inherit;
}
#footerTop a:hover {
	color: #da251d;
}
#copy {
	background-color: #fff;
	padding: 30px 0;
}
#copy p {
	color: #9fa0a2;
	font-size: 15px;
}
#copy p a {
	color: #9fa0a2;
}

#sungroup {
	opacity: 0.3;
}
#sungroup img {
	width: 250px;
}
/*contact form*/
.form-control {
    padding: 10px;
    color: #000;
    border: 2px solid #e1e1e1;
    border-radius: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #80bdff;
}
#contactUs #message {
	height: 264px;
	resize: none;
}
.formFooter {
	margin-top: 15px;
}
#contactform .btn {
	float: none;
	display: table;
	margin: 0 auto;
}
#contactform .btn::after {
	display: none;
}
#contactform .btn:hover {
	background-color: #7d1e20;
	color: #fff;
}
.help-block {
	color: #f00;
}
#result {
	padding-top: 20px;
}

.alert.alert-danger {background: #ff6c6c;color: #FFF; text-align: center;}
.alert.alert-success {background: #3fca00;color: #FFF; text-align: center;}
.alert button.close {position: absolute;top: 0;color: #FFF;right: 3px;font-size: 25px;}

.alert {
	border-radius: 0;
	padding: 10px;
}
/* breadcrumb */
.breadcrumb {
    background-color: transparent;
    padding: 10px 0;
    margin-bottom: 20px;
}
.breadcrumb-item.active {
	color: #bfbfbf;
}
/*pagination*/
.paginator .pagination {
	margin: 4rem 0 0;
}

.paginator .page-item:first-child .page-link {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.paginator .page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.paginator .page-link {
    padding: 10px;
    margin-left: 0;
    color: #7d1e20;
    border: 2px solid #f5f5f5;
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    background-color: transparent;
    min-width: 40px;
}

.paginator .page-item:last-of-type .page-link {
	margin-right: 0;
}

.paginator .page-link.active,
.paginator .page-link:focus,
.paginator .page-link:hover {
    color: #fff;
    background-color: #7d1e20;
    border-color: #923739;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.paginator .page-link.active {
	pointer-events: none;
}

.paginator .page-item.disabled .page-link {
    color: #7d1e20;
    border-color: #7d1e20;
    background-color: transparent;
}
/*news*/
.newsItem {
	margin-bottom: 30px;
	height: unset;
}
.newsItem:last-of-type {
	margin-bottom: 0;
}
.newsItem h2 {
	font-size: 24px;
	margin: 7px 0 15px;
}
.newsItem h2 a {
	color: #042f51;
}
.newsItem h2 a:hover,
.newsItem h2 a:focus {
	color: #7d1e20;
}
.newsItem .date {
	font-size: 13px;
	color: #bfbfbf;
}
#newsArchive .newsItem p {
	margin-bottom: 25px;
}
.singleNews h1 {
    font-size: 30px;
    margin: 10px 0 30px;
}
.newsGalleryWrapper {
	margin-bottom: 30px;
}
.newsGalleryWrapper:nth-last-child(-n+4) {
	/* margin-bottom: 0; */
}
.newsGalleryWrapper a {
	display: block;
	position: relative;
	overflow:hidden;
}
.newsGalleryWrapper a img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.newsGalleryWrapper a:hover img {
	-webkit-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}
.newsGalleryWrapper a::after,
.newsGalleryWrapper a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #042f51;
	content: '';
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1;
	opacity: 0;
}
.newsGalleryWrapper a:hover::after {
	opacity: .75;
}
.newsGalleryWrapper a::before {
	background-color: transparent;
	-webkit-transform: none;
	transform: none;
	background-image: url(../img/search.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
	background-size: 40px;
}
.newsGalleryWrapper a:hover::before {
	opacity: 1;
}
.fileBox {
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
}
.fileBox a.btn {
	margin-left: auto;
	margin-top: 0;
	padding: 7px 20px;
}
.fileBox a.btn::after {
	display: none;
}
.fileBox a.btn:hover,
.fileBox a.btn:focus {
	background-color: #da251d;
	color: #fff;
}
.back a.btn::after {
	display: none;
}
.back a.btn:hover,
.back a.btn:focus {
	background-color: #df6f57;
	color: #fff;
}
.newsRow + .back .btn {
	margin-top: 40px;
	margin-bottom: 40px;
}

/* Karol Ka. Style */
:focus {outline: 2px dashed #3fca00 !important;outline-offset: -2px !important;}
.page_files {margin: 30px 0 0;}
.page_files .download-title {font-size:18px;border-bottom: 1px solid #f5f5f5;margin: 0;padding-bottom: 15px;color: #110e7a;}
.page_files .file_box {border-bottom: 1px solid #f5f5f5;padding: 2px 10px;}
.page_files .file_box.subfile {padding: 2px 10px 2px 20px;}
.page_files .file_box:nth-child(odd) {background: #fafafa;}
.page_files .file_box a {display: inline-block;color: #111;font-size: 16px;vertical-align: top;width: calc(100% - 80px);padding: 7px 0;}
.page_files .file_box a:hover {text-decoration:underline;color:#da251d;}
.page_files .file_box a.download {float:right;font-size: 14px;width: 75px;}
.page_files .file_box a.download:hover {text-decoration:none;}
.page_files .file_box a.download i {margin-left:10px;}
.conbox {margin-bottom: 25px;}
.conbox .title {font-size: 17px;margin: 0 0 12px;color: #110e8f;}
.conbox p {margin: 0 0 12px;}
.conbox p a {color: #000;}
.conbox p a:hover {color:#da251d;}
.table td, .table th {border: 1px solid #dee2e6;}
#sdz .box0,
#sdz .box1,
#sdz .box2 {margin-bottom: 30px;}
#homeNews .box0,
#homeNews .box1,
#homeNews .box2 {margin-bottom: 30px;}
.frontBox p {color: #383737;}
#homeNews a {display:block;}
#homeNews a:hover .btn::after {width: 0;}
#shortWay a:hover .btn::after {width: 0;}
#preform {position: relative;}
#preform p {max-width: calc(100% - 200px);}
#showform {color: #469ddd;position: absolute;top: 5px;right: 0;border: 2px solid #469ddd;background: none;}
#showform:hover {color: #FFF;background: #469ddd;}
#showform::after {display: none;}
/* #contactform {display: none;} */
#contactform .klauzla {padding: 0;}
#contactform .klauzla p {font-size: 13px;}
#contactform .klauzla p a {color: #383737;text-decoration: underline;}
#contactUs h2 span {background: #fafafa;}
#contactUs.opp h2 span {background:#FFF;}
a.tel {color:#383737;}
a.tel:hover {color:#da251d;}
.g-recaptcha {display:block;width:305px;margin: 20px auto;}
#att {position:relative;height: 54px;margin-bottom: 10px;}
#att .attach {position: absolute;top:0;left:0;width:100%;height: 54px;border: 2px solid #ddd;text-align: center;background: #FFF;z-index: 9;pointer-events: none;line-height: 50px;}
#att input {position: absolute;top:0;left:0;width:100%;height: 54px;cursor: pointer;}
#result .alert {text-align:center;}
.right_box_h {position:fixed;right: 0;top: 90px;z-index:9999999;border: 2px solid #eee;padding:2px;background-color:#fff;color: #7d1e20;}
.box_h_in {padding:5px; font-size:20px;}
.box_h_in a {cursor:pointer;}
body.start .showhome {display:block!important}
.screenoff {position: absolute;left: -9999em;top: auto;width: 1px;height: 1px;}
.screenoff:focus {position: fixed;top:10px;width: auto;height: auto;z-index:100000;left: 10px;background: #df6f57;color: #fff;padding: 3px;text-decoration: none;}
@media(max-width: 575px) {
	.right_box_h {right: 70px;display: -webkit-box;display: -ms-flexbox;display: flex;}
}

body.contrast {background:#000;color:#FFFF00;}
body.contrast .right_box_h{border: 2px solid #7d1e20;padding:2px;background-color:#000;color:#FFFF00;}
body.contrast .sectionHeader span, body.contrast #contactUs h2 span {background-color: #000;color:#FFFF00;}
body.contrast .sectionHeader span a {color:#FFFF00 !important}
body.contrast .sectionHeader.onScreen::after {background-color:#FFFF00 !important}
body.contrast #sungroup{opacity:1}
body.contrast #copy {background-color: #FFFF00;}
body.contrast #copy p, body.contrast #copy p a{color: #000;}
body.contrast .frontBox {border: 2px solid #ffff00;background-color: #7d1e20;}
body.contrast h1, body.contrast h2, body.contrast h3, body.contrast #homeNews .frontBox p, body.contrast a.tel {color: #ffff00;}
body.contrast a.tel:hover {color:#000;}
body.contrast #mainMenu {background-color: #eded00;}
body.contrast #header {background-color: #ffff00;}
body.contrast #mainMenu .nav-item .nav-link::before {background-color: #7d1e20!important;}
body.contrast #mainMenu .submenu {background-color: #d62317!important;}
body.contrast #mainMenu .nav-item:hover .nav-link, body.contrast #mainMenu .submenu ul li a {color: #ff0;}
body.contrast #mainMenu .submenu ul li a:hover {background-color: #000!important;}
body.contrast .btn::after {display:none;}
body.contrast .btn {background-color: #ff0;color: #111;}
body.contrast .frontBox:hover {border-color: #da251d!important;}
body.contrast #showform {color: #d62317;border: 2px solid #d62317;}
body.contrast #showform:hover {background: #d62317;color: #ffff00;}
body.contrast #header #searchForm input {border: 2px solid #000000;background: #000;color: #ff0;}
body.contrast #header #searchForm .placeholderIMG, body.contrast #header #searchForm button {color: #ff0;}
body.contrast #header #searchForm input::-webkit-input-placeholder {color: #ff0;}
body.contrast #header #searchForm input::-moz-placeholder {color: #ff0;}
body.contrast #header #searchForm input:-ms-input-placeholder {color: #ff0;}
body.contrast #header #searchForm input:-moz-placeholder {color: #ff0;}
body.contrast a:hover, body.contrast a:focus {color: #ffff00;}
body.contrast .newsItem h2 a {color: #ffff00;}
body.contrast .form-control, body.contrast #att .attach {border: 2px solid #ffff00;background: #000;color:#ffff00;}
body.contrast #contactform .klauzla p a {color: #ffff00;}
body.contrast .page_files .download-title {border-bottom: 1px solid #ffff00;color: #d62317;}
body.contrast .page_files .file_box a {color: #ff0;}
body.contrast .page_files .file_box {border-bottom: 1px solid #ffff00;}
body.contrast .page_files .file_box:nth-child(odd) {background: #262626;}
body.contrast .breadcrumb-item+.breadcrumb-item::before {color: #ffff00;}
body.contrast .conbox .title {color: #d62317;}
body.contrast .table td, body.contrast .table th {border: 1px solid #6e1414;}
body.contrast .conbox p a {color: #ff0;}
body.contrast :focus {outline: 2px dashed #ff0 !important;}
/* END Karol Ka. Style */

#logos .frontBox a{display: block;}

.tableitem>div:nth-child(2){
	word-break: break-all;
}

.panel_descendants a {
    display: block;
    padding: 10px 0;
	border-bottom: 1px solid #e4e4e4;
	-webkit-transition: color 0.5s border 0.5s;
	transition: color 0.5s border 0.5s;
}

.panel_descendants a.main {
	font-size: 18px;
}

.panel_descendants a.active {
	border-bottom: 1px solid #042f51;
	font-weight: 700;
	-webkit-transition: color 0.5s border 0.5s;
	transition: color 0.5s border 0.5s;
}

.panel_descendants a:hover{
    display: block;
	padding: 10px 0;
	color: #042f51;
    border-bottom: 1px solid #042f51;
}

div#map-container {
    height: 500px;
    max-width: 1006px;
    margin: auto;
}

body.contrast #mainMenu .nav-item img {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.button-fb-bigger {
    position: fixed;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    padding: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}

.button-fb-bigger.fancybox-button--left{
	border-left: 5px solid #e4e4e4;
	border-bottom: 5px solid #e4e4e4;
	left: 30px;
}

.button-fb-bigger.fancybox-button--right{
	border-top: 5px solid #e4e4e4;
	border-right: 5px solid #e4e4e4;
	right: 30px;
}

.date.news a{
	display: inline-block;
}

.date.news ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.date.news .year{
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 900;
}

.date.news .year .fa.fa-calendar{
    font-size: 32px;
    margin-right: 8px;
}

.date.news .year>a{
    margin-bottom: 6px;
}

.date.news .month{
	font-size: 16px;
    margin-bottom: 10px;
}

#strefa-informacji{
	margin: 0;
}

#strefa-informacji .owl-nav.disabled{
	display: block;
}

#strefa-informacji .frontBox{
	height: 280px;
}

#strefa-informacji.owl-carousel .owl-item img{
	max-width: 100%;
	width: unset;
}

.tableitem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    padding: 15px 0;
    border: 2px solid #e4e4e4;
    margin-bottom: 15px;
}

.login-box-advisor{
	max-width: 450px;
	text-align: left;
}

main#main {
    max-width: 1220px;
    margin: auto;
}

/*
#headerTop.bip-top #searchForm {
	margin-right: 0;
	width: 300px;
} */

#headerTop.bip-top #logosLeft a>img:not(.bipbig){
	max-width: 55px;
}

#header #headerTop.bip-top #logosLeft #logoPowiat img {
    max-width: 275px;
}

a#bip-logo-duze {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}

a#bip-logo-duze span{
    padding-left: 10px;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 900;
}

.analizy-badania-wskazniki .title{
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.analizy-badania-wskazniki hr{
	margin: 50px 0 45px 0;
}



#contactform .form-check {
	position: relative;
}
#contactform .form-check input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
#contactform .form-check label a {
	color: #df6f57;
}
#contactform .form-check label {
	padding-left: 5px;
	margin-bottom: 0;
}
#contactform .form-check label::before {
	position: absolute;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #e5e5e5;
	top: 50%;
}
#contactform .form-check input:checked + label::before {
	background-color: #df6f57;
	border-color: #df6f57;
}
#contactform .form-check input:checked + label::after {
	content: "\f00c";
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 11px;
	font-weight: 400;
	width: 15px;
	text-align: center;
	width: 15px;
	height: 15px;
}
#contactform .btn[type="submit"] {
	margin-top: 15px;
}

span.num.mini.annotation-ison {
    position: absolute;
    top: -15px;
    width: 100%;
    background: #c4302b;
    font-size: 10px;
}



@media (max-width: 1199.99px) {
	body:not(.start) #header {
		margin-bottom: 80px;
	}
	#header #searchForm {
		width: 300px;
		margin-right: 30px;
	}
	h1 {
		margin-bottom: 20px;
	}
	p {
		margin-bottom: 20px;
	}
	.frontBox {
		padding: 20px;
	}

	.button-fb-bigger {
		width: 32px;
		height: 32px;
	}

	.button-fb-bigger.fancybox-button--right {
		right: 60px;
	}

	.button-fb-bigger.fancybox-button--left {
		left: 60px;
	}

	a#bip-logo-duze img{
		width: 60px;
	}
}
@media (max-width: 991.99px) {
	body:not(.start) #header {
		margin-bottom: 0;
	}
	#header #headerTop {
		padding: 18px 0 15px;
		margin-top: 60px;
	}
	#logosLeft {
		text-align: center;
		margin-bottom: 15px;
	}
	#mainMenu .nav-item {
		display: block;
	}
	#mainMenu .nav-item .nav-link::before {
		display: none;
	}
	#mainMenu .nav-item .nav-link {
		border-top: 1px solid rgba(209, 209, 209, 0.5);
		color: #383737 !important;
		position: relative;
		padding: 21px 8px;
	}
	#mainMenu {
		position: fixed;
		width: 100%;
		left: 0;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
		box-shadow: 0 0 10px rgba(0,0,0,.2);
		top: 0;
		z-index: 9999;
		background: #FFF;
	}
	#mainMenu .nav-item .nav-link:hover {
		color: #383737;
	}
	#mainMenu .submenu {
		position: relative;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		top: 0;
		background-color: transparent !important;
		color: #383737;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: block;
	}
	#mainMenu .submenu ul {
		display: none;
	}
	#mainMenu .submenu ul li a {
		color: #383737;
	}
	#mainMenu .submenu ul li a:hover {
		background-color: transparent !important;
	}
	#mainMenu .showSubmenu {
		display: block;
		position: absolute;
		width: 56px;
		height: 50px;
		top: calc(50% - 25px);
		right: 0;
		line-height: 50px;
		font-size: 25px;
		overflow: visible;
	}
	#mainMenu .showSubmenu.rotated {
		-webkit-transform: rotateZ(180deg);
		transform: rotateZ(180deg);
	}
	.my-40 {
		padding: 30px 0;
	}
	.mb-sm-30 {
		margin-bottom: 30px;
	}
	.sectionHeader {
		margin: 0 0 30px;
	}
	#logosLeft {
		position: fixed;
		top: 0;
		z-index: 99000;
		margin-bottom: 0;
		padding: 10px 0;
	}
	#header #headerTop #logosLeft #logoPowiat img {
		height: 41px;
		width: auto;
	}
	#header #headerTop #logosLeft #logoPodgik img {
		width: 60px;
	}
	div[class^="col"]:last-of-type .frontBox {
		margin-bottom: 0;
	}

	div[class^="col"]:last-of-type .frontBox.newsItem {
		margin-bottom: 32px;
	}

	#footer {
		margin-top: 30px;
	}

	li.year>ul{
		display: none;
	}

	.plus-sign-toggle {
		display: inline-block;
		border-bottom: 3px solid #000;
		border-left: 3px solid #000;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 12px;
		height: 12px;
		position: relative;
		top: -8px;
		margin-left: 26px;
		-webkit-transition: border 0.5s, -webkit-transform 0.5s;
		transition: border 0.5s, -webkit-transform 0.5s;
		transition: transform 0.5s, border 0.5s;
		transition: transform 0.5s, border 0.5s, -webkit-transform 0.5s;
	}

	.plus-sign-toggle.active{
		border-bottom: 3px solid #a1a1a1;
		border-left: 3px solid #a1a1a1;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		top: -3px;
	}
	#mainMenu .nav-item span, #mainMenu .submenu ul li a span {
		position: relative;
		z-index: 2;
		margin: 0
	}
	a#bip-logo-duze img {
		width: 36px;
	}
}
@media (max-width: 767.99px) {
	#copy {
		text-align: center;
	}
	#sungroup {
		display: block;
		float: none !important;
		margin-top: 20px;
	}
	.newsIMG {
		margin-bottom: 20px;
	}
	.newsGalleryWrapper:nth-last-child(-n+4) {
		margin-bottom: 30px;
	}
	.newsGalleryWrapper:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
}
@media (max-width: 575.99px) {
	#logosLeft {padding: 10px 0;}
	#header #headerTop #logosLeft #logoPowiat img {margin-right: 0;}
	#header #headerTop #logosLeft #logoPodgik img {width: 50px;}
	#header #searchForm {width: 290px; margin: 0 auto; }
	#logosRight {
		text-align: center;
	}
	#header #logosRight a {
		margin: 15px 10px 0;
	}
	.sectionHeader {
		font-size: 25px;
	}
	.frontBox {
		padding: 15px;
	}
	.frontBox .frontBoxTitle {
		font-size: 16px;
	}
	.imageBoxDesc {
		padding: 15px 5px 10px;
	}
	#copy p {
		font-size: 13px;
	}
	#sungroup {
		width: 200px;
		margin: 20px auto 0;
	}
	.formFooter .btn {
		float: left;
		margin-top: 30px;
	}
	.paginator {
        float: left
    }
    .paginator {
        width: 100%;
        text-align: center
    }
    .pagination {
        display: block
    }
    .page-item {
        display: inline-block
    }
    .newsGalleryWrapper:nth-last-child(-n+3) {
    	margin-bottom: 30px;
    }
    .newsGalleryWrapper:nth-last-child(-n+2) {
    	margin-bottom: 0;
    }
}

.cookiepolicy {
	background: rgba(255, 255, 255, 1);
	bottom: 0px;
	font-size: 14px;
	padding: 15px 15px;
	position: fixed;
	right: 0px;
	text-align: center;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(88, 88, 88, 0.25);
	box-shadow: 0px 0px 40px 0px rgba(88, 88, 88, 0.25);
}
.cookiepolicy span {
	display: inline-block;
	line-height: 18px;
}
.cookiepolicy span a {
	text-decoration: underline;
}
.cookiepolicy .btn {
	margin-left: 20px;
	padding: 0px 15px;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	float: none;
	margin-top: -1px;
	color: #000!important;
}
.cookiepolicy .btn::after {
	display: none;
}
.cookiepolicy .btn:hover {
	background: #df6f57;
	color: #fff!important;
}
#footer .sectionHeader {
	font-size: 20px;
}
.footer-text {
	color: #FFF;
	padding-bottom: 50px;
}
.footer-text a {
	color: #FFF;
	text-decoration: underline;
}
.frontBox img {
	margin: 0 auto;
	display: block;
}
.frontBox svg {
	height: 50px;
	margin: 15px auto;
	display: block;
}
.frontBox:hover {
	/* background-color: #f1f1f1; */
}
.frontBox svg path {
	fill: #FFF;
}
.frontBox-name {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #131415;
	font-size: 18px;
	margin: 20px 0;
}
h3.frontBox-name {
	text-align: left;
	margin: 0 0 20px;
}
.frontBox:hover .frontBox-name,
.frontBox:hover p {
	color: #042f51;
}
.frontBox-btn {
	display: table;
	margin: 0 auto;
}
.frontBox:hover .frontBox-btn {
	color: #131415;
	background-color: #FFF;
}
#homeNews .frontBox-btn {
	margin: 30px 0 0 0;
}
.citem .cdate {
	background: #042f51;
	padding: 10px 0;
	text-align: center;
	margin-right: 15px;
	color: #FFF;
	width: 80px;
	display: block;
	text-transform: uppercase;
}
.citem:hover .cdate {
	background: #FFF;
	color: #131415;
}
.citem .cdate span {
	display: block;
}
.citem .cdate .day {font-size: 10px;}
.citem .cdate .num {font-size: 20px;font-weight: bold;}
.citem .cdate .year {font-size: 12px;}
.citem .info {
	color: #131415;
	width: calc(100% - 95px);
	font-size: 16px;
}
.citem:hover .info {
	color: #FFF;
}
#calendar .frontBox:hover {
	background-color: #042f51;
}
.frontBox.newsItem:hover {
	background: #f1f1f1;
}
.frontBox.newsItem:hover p {
	color: #383737;
}
.back {
	height: 90px;
}
.size-full {
	margin-bottom: 40px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #bfbfbf;
}
#logos .frontBox {
	padding: 13px 12px 12px 13px;
	background: #FFF!important;
}
#logos .frontBox:hover {
	background-color: #f1f1f1;
}
#logos {
	position: relative;
}
.owl-nav .owl-prev{
	border-top: 2px solid #dddddd;
	border-left: 2px solid #dddddd;

	opacity: 1;
	transition: opacity 0.25s ease;
}

.owl-nav .owl-next{
	border-bottom: 2px solid #dddddd;
	border-right: 2px solid #dddddd;

	opacity: 1;
	transition: opacity 0.25s ease;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled{
	opacity: 0;
	pointer-events: none;
}

.owl-nav .owl-prev::before, .owl-nav .owl-next::before{
	display: none;
}

.owl-nav .owl-prev, .owl-nav .owl-next{
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.owl-carousel .owl-nav {top: calc(50% - 15px);position: absolute;width: 100%;}
.owl-carousel .owl-nav .owl-prev {left: -45px;position: absolute;}
.owl-carousel .owl-nav .owl-next {right: -45px;position: absolute;}
.newsContent,
.newsContent p {
	line-height: 1.8;
}
.contact-box {
	text-align: center;
	border: 2px solid #e1e1e1;
	padding: 15px;
	margin-bottom: 30px;
}
.contact-box p {
	margin: 0;
	padding: 4px 0;
}
.contact-box a {
	color: #df6f57;
}
.footer-text a.nounder {
	text-decoration: none;
}
.footer-text a.nounder:hover {
	text-decoration: underline;
}
.fa-calendar {
    font-size: 12px;
    margin-right: 5px;
    opacity: .4;
    position: relative;
    top: -1px;
}
#homeNews .frontBox .nc {
	display: block;
	height: 228px;
	overflow: hidden;
}
#homeNews .frontBox-btn {
	background: none;
	text-align: right;
	font-weight: bold;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
	padding: 12px 28px;
	color: #042f51;
	border: 2px solid #e4e4e4;
	-webkit-transition: color 0.15s, background 0.15s;
	transition: color 0.15s, background 0.15s;
}

#homeBigNews .frontBox-btn {
	background: none;
	text-align: left;
	font-weight: bold;
	margin: 20px 0 0 0;
    padding: 12px 28px;
	color: #042f51;
    border: 2px solid #e4e4e4;
	-webkit-transition: color 0.15s, background 0.15s;
	transition: color 0.15s, background 0.15s;
}

#homeNews .frontBox:hover .frontBox-btn, #homeBigNews .news-inner:hover .frontBox-btn{
	color: #fff;
	background-color: #042f51;
}

#homeBigNews a p {
	color: #111;
}
#homeBigNews .frontBox:hover .frontBox-btn {
	color: #111;
	background: none;
}
#sdz .frontBox {
	background: #7d1e20;
}
.frontBox:hover .frontBox-btn {
	background: #042f51;
	color: #FFF;
}
#sdz .frontBox-name {
	color: #FFF;
}
#sdz .frontBox-btn {
	color: #FFF;
}
#sdz .frontBox:hover .frontBox-btn {
	color: #111;
	background: #FFF;
}
.news-inner {
	max-width: 350px;
	margin: auto;
}
.text ul li {
	padding: 5px 0;
}
textarea {
	min-height: 100px;
}
body.kontakt .text {
	font-size: 18px;
}
body.contrast .frontBox-name {
    color: #FFF;
}
body.contrast #sdz .frontBox-btn {
	color: #111;
}
body.contrast .frontBox svg path {
	fill: #ff0;
}
body.contrast #homeBigNews a p {
	color: #FFF;
}
body.contrast #footer {
    background: #000;
}
body.contrast .citem .info {
    color: #FFF;
}
body.contrast .citem .cdate {
    background: #000000;
}
body.contrast .citem:hover .cdate {
    background: #ffff00;
}
body.contrast #calendar .frontBox:hover {
    background-color: #000;
}
body.contrast #navbarNav {
    background: #eded00;
    border-right: 1px solid #fcfc00;
    border-left: 1px solid #efef00;
}
body.contrast #mainMenu .nav-link, body.contrast #mainMenu .submenu ul li a {
    color: #000;
    border-right: 1px solid #efef00;
    border-left: 1px solid #fcfc00;
}
body.contrast #newsArchive .frontBox.newsItem:hover {
    background: #000;
}
body.contrast #newsArchive .newsItem p {
    color: #FFF;
}
body.contrast .btn:hover {
    background-color: #fff;
    color: #111;
}
body.contrast .breadcrumb a,
body.contrast .paginator .page-link {
    color: #FFF;
}
body.contrast #homeBigNews .frontBox .frontBox-name,
body.contrast #homeNews .frontBox:hover .frontBox-name {
	color: #FFF;
}
body.contrast #homeBigNews .frontBox-btn,
body.contrast #homeNews .frontBox-btn,
body.contrast #homeNews .frontBox:hover .frontBox-btn {
	color: #FFF;
}
body.start #calendar .box0,
body.start #calendar .box1,
body.start #calendar .frontBoxes>div{margin-bottom: 30px;}
body.contrast a {
    color: #f15a40;
}
body.contrast .footer-text a {
    color: #fff;
}
.klauzla {
	font-size: 10px;
	color: #949494;
	text-align: center;
	line-height: 13px;
}
@media (min-width: 1200px) {
	.fpad {
		padding-left: 100px;
	}
	.container {
	    max-width: 1036px;
	}
}
@media (max-width: 1300px) {
	#header .container {
	    max-width: 1160px;
	}

	#header #searchForm {
		width: 260px;
	}
}
@media (max-width: 1200px) {
	.right_box_h {
	    top: 280px;
	}

	#header #headerTop #logosLeft a#godlo{
		padding: 0 6px 0 6px;
		max-width: 64px;
	}

	#header #headerTop #logosLeft a#logoWojewodztwo{
		padding: 0 6px 0 6px;
		max-width: 70px;
	}

	#header #headerTop #logosLeft #logoPowiat img {
		max-width: 340px;
	}
}

@media (max-width: 1060px) {
	#header #headerTop #logosLeft a#godlo{
		padding: 0 3px 0 3px;
		max-width: 40px;
	}

	#header #headerTop #logosLeft a#logoWojewodztwo{
		padding: 0 3px 0 3px;
		max-width: 40px;
	}

	#header #headerTop #logosLeft #logoPowiat img {
		max-width: 180px;
		max-height: 42px;
	}

	#headerTop.bip-top #logosLeft a>img:not(#bip-logo-duze) {
		max-width: 100%;
	}

	a#bip-logo-duze img {
		width: 36px;
	}
}

@media (max-width: 991px) {
	#navbarNav {
	    background: #ffffff;
	    border-right: 0px solid #00223e;
	    border-left: 0px solid #0c3d65;
	}
	#mainMenu .nav-link, #mainMenu .submenu ul li a {
		border: none;
		border-top: 1px solid #ddd;
	}

	#mainMenu .nav-item img {
		display: none;
	}

	body.start #calendar .box3 {margin-bottom: 30px;}
}
@media (max-width: 767px) {
	.news-inner {
	    margin: 60px auto;
	}
	body.start #calendar .box4 {margin-bottom: 30px;}
	.tableitem>div:nth-child(2){
		margin-top: 12px;
	}
}
@media (max-width: 675px){
	.owl-carousel .owl-nav {
	    top: -45px;
	}
	.owl-carousel .owl-nav div {
		background: #042f51;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: none;
		position: relative;
	}
	.owl-carousel .owl-nav div::before {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-left: 2px solid #fff;
		border-top: 2px solid #fff;
		position: absolute;
		top: 10px;
	}
	.owl-carousel .owl-nav .owl-prev {
	    left: auto;
	    right: 35px;
	}
	.owl-carousel .owl-nav .owl-prev::before {
	    left: 12px;
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	.owl-carousel .owl-nav .owl-next {
	    right: 0;
	}
	.owl-carousel .owl-nav .owl-next::before {
	    left: 8px;
	    -webkit-transform: rotate(135deg);
	    transform: rotate(135deg);
	}

	a#bip-logo-duze span {
		display: none;
	}

	a#bip-logo-duze img{
		margin-right: 4px;
	}
}
@media (max-width: 575px){
	.right_box_h {
		display: block;
		right: 0;
	}

	.box_h_in {
	    padding: 5px 10px;
	}

	div#map-container {
		height: 350px;
	}

	.map-bottom{
		height: 350px;
	}

	.panel_descendants{
		margin-bottom: 32px;
		text-align: center;
	}
}

@media (max-width: 380px){
	.right_box_h {
		display: none;
	}

	.box_h_in {
	    padding: 5px 6px;
	}

	#header #headerTop #logosLeft a#godlo, #header #headerTop #logosLeft a#logoWojewodztwo{
		max-width: 34px;
	}

	#logosLeft {
		margin-left: -10px;
	}

	.sectionHeader span {
		font-size: 21px;
	}

	a#bip-logo-duze img {
		width: 28px;
	}
}

@media (max-width: 345px){
	#header #headerTop.bip-top #logosLeft #logoPowiat img {
		max-width: 145px;
	}
}

/* IE poprawki */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 300px) {
	.frontBox {
		max-height: 550px;
		overflow: hidden;
	}
	/* div#aktualnosci {
		height: 100%;
		max-height: 7024px;
	} */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 576px) {
	.frontBox {
		max-height: 360px;
		overflow: hidden;
	}
	/* div#aktualnosci {
		height: 100%;
		max-height: 4744px;
	} */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 768px) {
	.frontBox {
		max-height: 320px;
		overflow: hidden;
	}
	/* div#aktualnosci {
		height: 100%;
		max-height: 4264px;
	} */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */

		 .aktualnosci #footer {
			 margin-top: 400px!important;
		 }

		 #mainMenu .nav-item span, #mainMenu .submenu ul li a span {
			 min-width: 120px;
		 }

		 #mainMenu .nav-link, #mainMenu .submenu ul li a > * {
			 min-height: 70px;
			 height: 20px;
		 }
}

.popup{
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 35px));
    z-index: 10;
    max-height: calc(100vh - 130px);
}

.popup-bg{
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: #0000005c;
}

.popup-close img{
    height: 45px;
    filter: invert(1);
    position: absolute;
    right: -23px;
    top: -23px;
}

.popup img{
    max-height: calc(100vh - 230px);
}

@media (max-width: 767px){
	.popup {
		width: 90%;
	}
	.popup img {
		max-height: calc(100vh - 130px);
	}
}

.download-btn {
    background: #042F51;
    color: #fff;
}

.popup-noc{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-height: 300px;
    height: 100%;
    background: #fff;
    padding: 30px;
    max-width: 380px;
    width: 100%;
    padding-bottom: 95px;
    display: none;
}

.agree-btn.btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.agree-btn.btn:hover {
	color: #fff;
	background: #042f51;
}

.popup-bg-noc{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
	background: #0000005c;
	display: none;
}

.popup-terms-title{
	font-size: 21px;
	margin-bottom: 15px;
}

.popup-terms-title span{
	display: block;
}

.eagle_logo{max-height: 83px;max-width: 67px;}
@media (max-width: 1200px)
{
	.eagle_logo {
		padding: 0 6px 0 6px;
		max-width: 64px !important;
	}
}
@media (max-width: 1060px){
	.eagle_logo {
		padding: 0 3px 0 3px;
		max-width: 42px !important;
	}
}
@media (max-width: 380px)
{
	.eagle_logo {
		padding: 0 3px 0 3px;
	}
}

.archiwum {
    padding-left: 15px;
}

.archiwum a {
	position: relative;
	border-bottom-color: #fff;
}

.archiwum a::before {
	  content: "";
	  display: block;
	  width: 12px;
	  height: 22px;
	  border-left: 1px solid #ddd;
	  position: absolute;
	  top: 0;
	  left: 0;
	  border-bottom: 1px solid #ddd;
}

.archiwum a::after {
	  content: "";
	  display: block;
	  width: 1px;
	  height: 22px;
	  border-left: 1px solid #ddd;
	  position: absolute;
	  top: 21px;
	  left: 0;
}

.archiwum a:last-child::after {
		display: none;
}

.previous_editions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.previous_edition {
	border: 1px solid #042f51;
	padding: 16px 64px;
	border-radius: 8px;
	transition: all .3s ease-in-out;
	text-align: center;
}

.previous_edition:hover {
	color: #fff;
	background-color: #042f51;
}
